gtkplacesview: remove hover color from rows
authorCarlos Soriano <csoriano@gnome.org>
Thu, 24 Sep 2015 12:49:30 +0000 (14:49 +0200)
committerCarlos Soriano <csoriano@gnome.org>
Thu, 15 Oct 2015 17:18:54 +0000 (19:18 +0200)
Since other views are not using hover neither

https://bugzilla.gnome.org/show_bug.cgi?id=756568

gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index df50fb94dae5829e8e615b0c5167a13f15315023..c4f22ca5fe4bad96abcdc97825e6793d3d9f4e8d 100644 (file)
@@ -2927,6 +2927,10 @@ GtkPlacesView {
     transition: 200ms $ease-out-quad;
     -gtk-icon-transform: rotate(-0.5turn);
   }
+
+  .list-row.activatable:hover {
+    background-color: transparent;
+  }
 }
 
 /*********
index 8d8deec5b9a25892052fdb481676ad8dbabf21c5..cddb8932ddfe9fc9360df18ef6972829e0e41ebc 100644 (file)
@@ -3975,6 +3975,8 @@ GtkPlacesView .server-list-button > GtkImage {
 GtkPlacesView .server-list-button:checked > GtkImage {
   transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
   -gtk-icon-transform: rotate(-0.5turn); }
+GtkPlacesView .list-row.activatable:hover, GtkPlacesView GtkPlacesSidebar.sidebar .has-open-popup, GtkPlacesSidebar.sidebar GtkPlacesView .has-open-popup {
+  background-color: transparent; }
 
 /*********
  * Paned *
index 0a5a44f87ae87d7c5c5f302eb4444f5dca50c8b9..5422aedc3440ae9eefc06d6ba18b1c7999c8a0fa 100644 (file)
@@ -4147,6 +4147,8 @@ GtkPlacesView .server-list-button > GtkImage {
 GtkPlacesView .server-list-button:checked > GtkImage {
   transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
   -gtk-icon-transform: rotate(-0.5turn); }
+GtkPlacesView .list-row.activatable:hover, GtkPlacesView GtkPlacesSidebar.sidebar .has-open-popup, GtkPlacesSidebar.sidebar GtkPlacesView .has-open-popup {
+  background-color: transparent; }
 
 /*********
  * Paned *